home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
mac
/
Chapter Tutorials
/
ch06.Media
/
ShapesPatterns
/
Shapes
/
shapes.dcr
/
00017.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-26
|
253 b
|
9 lines
on mouseDown
set patternCycle to list(44, 45, 54, 55)
set memberList to list(9, 10, 11, 12)
repeat while the mouseDown
set the pattern of member getAt(memberList, random(4)) to getAt(patternCycle, random(4))
updateStage()
end repeat
end